runtime.p.timerRaceCtx (field)
8 uses
runtime (current package)
proc.go#L5153: if pp.timerRaceCtx != 0 {
proc.go#L5163: racectxend(pp.timerRaceCtx)
proc.go#L5164: pp.timerRaceCtx = 0
runtime2.go#L745: timerRaceCtx uintptr
time.go#L844: if ppcur.timerRaceCtx == 0 {
time.go#L845: ppcur.timerRaceCtx = racegostart(abi.FuncPCABIInternal(runtimer) + sys.PCQuantum)
time.go#L847: raceacquirectx(ppcur.timerRaceCtx, unsafe.Pointer(t))
time.go#L880: gp.racectx = gp.m.p.ptr().timerRaceCtx
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |